home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1999 April / Software of the Month - Ultimate Collection Shareware 260.iso / pc / Business / helpdesk / HelpDesk.mdb / Kbase.json < prev    next >
JavaScript Object Notation  |  1998-12-09  |  367b

  1. {
  2.     "schema": {
  3.         "KbaseId": "Long Integer",
  4.         "AuthorId": "Long Integer",
  5.         "CreateDate": "DateTime",
  6.         "ModifyDate": "DateTime",
  7.         "CategoryId": "Long Integer",
  8.         "LocationId": "Long Integer",
  9.         "Article": "Memo/Hyperlink (255)",
  10.         "Hide": "Boolean NOT NULL",
  11.         "Title": "Text (100)"
  12.     },
  13.     "data": [
  14.         {
  15.             "KbaseId": 1,
  16.             "AuthorId": 1,
  17.             "CreateDate": "12/03/98 21:47:20",
  18.             "CategoryId": 1,
  19.             "LocationId": 1,
  20.             "Hide": 0,
  21.             "Title": "-"
  22.         }
  23.     ]
  24. }